runtime.hiter.buckets (field)
4 uses
runtime (current package)
map.go#L170: buckets unsafe.Pointer // bucket ptr at hash_iter initialization time
map.go#L833: it.buckets = h.buckets
map.go#L897: b = (*bmap)(add(it.buckets, bucket*uintptr(t.bucketsize)))
map.go#L901: b = (*bmap)(add(it.buckets, bucket*uintptr(t.bucketsize)))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)